projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5835f86
)
[EMACS_BIT_MAPS]: Include gray.xbm from ./bitmaps.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 6 Jun 1993 03:32:24 +0000
(
03:32
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 6 Jun 1993 03:32:24 +0000
(
03:32
+0000)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 3decf1a79f8699c688118fa361de0d94346bbcb8..bb505e7962d0ce1a8975504c435914ea232d0af3 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-39,7
+39,11
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
extern void abort ();
#ifndef VMS
+#ifdef EMACS_BITMAP_FILES
+#include "bitmaps/gray.xbm"
+#else
#include <X11/bitmaps/gray>
+#endif
#else
#include "[.bitmaps]gray.xbm"
#endif